home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9708 / 000087_owner-linux-arm…r.rutgers.edu _Sat Aug 30 12:24:10 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  3KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id MAA31371
  4.     for <willy@odie.fluff.org>; Sat, 30 Aug 1997 12:24:09 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 18236]) by nic.funet.fi with ESMTP id <1909-27776>; Sat, 30 Aug 1997 13:36:15 +0300
  6. Received: by vger.rutgers.edu id <972234-253>; Sat, 30 Aug 1997 06:31:09 -0400
  7. Received: from ping.demon.co.uk ([158.152.166.128] EHLO bluetac.blob.uk ident: IDENT-NOT-QUERIED [port 1107]) by vger.rutgers.edu with ESMTP id <971937-253>; Sat, 30 Aug 1997 06:30:53 -0400
  8. Received: from benji.blob.uk (benji.blob.uk [192.168.1.21])
  9.     by bluetac.blob.uk (8.8.6/8.8.5) with SMTP id KAA01200
  10.     for <linux-arm@vger.rutgers.edu>; Sat, 30 Aug 1997 10:53:54 +0100
  11. Received: from loopback ([127.0.0.1]) by benji.blob.uk with SMTP; Sat, 30 Aug 1997 09:53:50 GMT
  12. Date:     Sat, 30 Aug 1997 10:48:40 +0100
  13. From: Joseph Heenan <joseph-l@ping.demon.co.uk>
  14. To: linux-arm@vger.rutgers.edu
  15. Subject: Re: Success!!!!!!!!!!!
  16. Message-ID: <25c9b1c147%joseph@benji.ping.demon.co.uk>
  17. In-Reply-To: <66d77cc147%ian@advunit.demon.co.uk>
  18. Organization: Home
  19. X-Mailer: Messenger v1.02 for RISC OS
  20. X-Posting-Agent: RISC OS Newsbase 0.59d
  21. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  22. Sender: owner-linux-arm@vger.rutgers.edu
  23. Precedence: bulk
  24. Status: RO
  25.  
  26. In message <66d77cc147%ian@advunit.demon.co.uk>
  27.           Ian Hinder <ian@advunit.demon.co.uk> wrote:
  28.  
  29. > [big snip]
  30. >
  31. > I created the /etc/boot.conf file in emacs, but when I tried to save
  32. > it I was told that the filing system was read-only.
  33.  
  34. Try something like mount -n -o remount,rw /
  35. -n => don't update fstab (can't, cos the partition is ro atm)
  36. -o => options, which are remount(because it's already mounted,
  37.       and rw (read-write).
  38.  
  39. and the / is the filesystem you want to remount.
  40.  
  41. > Any ideas?  It sounds like a file that should have been copied (fstab)
  42. > wasn't.  I'm guessing that it means filing system table, so perhaps it
  43. > contains info about the r/w status of the filing systems??  If so,
  44. > this could explain the problems.
  45. > Is there some way I can get this file installed, or can I generate it
  46. > myself?
  47.  
  48. I'm not sure why it wasn't generated by the installer - it was
  49. created okay when I installed, although that was with an earlier
  50. version.
  51.  
  52. see man 5 fstab for the fileformat, but basically there should be a
  53. line something like:
  54.  
  55. /dev/hda3    /                  ext2   defaults            1 2
  56. (partition   where              type   options           something to
  57.                                                         do with fsck)
  58. With the partition changed as appropriate.
  59.  
  60. Cheers,
  61.  
  62. Joseph
  63.  
  64. -- 
  65. Joseph Heenan, Coventry, UK